home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / tcpip / misc / tnc1stuf.lzh / NET_TNC.ARC / README < prev    next >
Encoding:
Text File  |  1987-06-12  |  2.1 KB  |  47 lines

  1. This software implements the KISS protocol for host-tnc communications.
  2.  
  3. The first implementation of KISS was by Mike Chepponis K3MC, for the TAPR
  4. TNC-2 and clones.  Mike Bruski AJ9X has supplied versions for the VADCG and
  5. ASNBY TNC boards.  AEA has also implemented KISS in their PK-232.  Code is
  6. also included here for the TAPR TNC-1 and clones, courtesy of Marc Kaufman.
  7.  
  8. Files:
  9.  
  10.     tnc1*.*      - KISS for the TNC1.  See the tnc1.doc file for details.
  11.  
  12.     tnc2boot.*   - boot loader which is burned into ROM. It replaces the
  13.                original TAPR ROM and allows software to be downloaded
  14.                into the TNC through the serial port in standard "Intel
  15.                Hex" format.  More notes on this below.
  16.  
  17.     tnc2both.*   - a version of the boot loader designed to be overlayed
  18.                        on a 1.1.2, 1.1.3, or 1.1.4 TAPR TNC-2 ROM, allowing
  19.                you to support TCP/IP and "normal packet" in one ROM.
  20.  
  21.     tnc2kiss.*   - is the actual KISS TNC code which is to be loaded into 
  22.                the TNC through the serial port.  The version in the
  23.                file tnc2kiss.rom is intended to be put in an EPROM
  24.                to make a KISS-only TNC2.  The version in tnc2kiss.ovl
  25.                is intended to be overlayed on a standard TNC2 ROM's
  26.                contents (may or may not be supplied).
  27.  
  28.     tnc2test.hex - is a very simple test program that will flash the STA 
  29.                and CON LEDs on the TNC-2 at about a 1 Hz rate if it 
  30.                is successfully loaded.
  31.  
  32.     kissldr.*    - Bob N4HY's program for downloading the KISS
  33.                stuff to your TNC, written in Pascal.  This showed up
  34.                without docs in a bundle from Phil, do with it as you
  35.                will.  Procomm or similar on a PC works just fine...
  36.  
  37.     vdg_kiss.*   - The source and hex for stock Vancouver TNC boards, along
  38.                with docs on how to modify the source to support other
  39.                similar TNC configurations.  Read the .doc file for
  40.                more information.
  41.  
  42.     ash_kiss.hex - KISS for Ashby boards, derived from vdg_kiss.*
  43.  
  44.     kiss.doc     - the KISS protocol specification (in the doc directory)
  45.  
  46.  
  47.